' Test oh Fibonacci test find first 100 digit Fibonacci Number
f1 = 1
f2 = 1
count = 2
[
	fNew = add[f1,f2]
	f1 = f2
	f2 = fNew 
	count = a[count,1]
	if lte[count,10]
		, count;fNew
		. 
	fi
	if eq[len[fNew],100]
		clipout fNew
		, count;fNew
		.
		exit
	fi
]

' clipboard has this:
' 1344719667586153181419716641724567886890850696275767987106294472017884974410332069524504824747437757